CapturingOptions

data class CapturingOptions(val width: Int, val height: Int, val frameRate: Int = 30)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, frameRate: Int = 30)

Properties

Link copied to clipboard
val frameRate: Int = 30
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int